projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820bc42
)
; * src/cm.c (cmcheckmagic): Typo fix.
author
Robert Pluim
<rpluim@gmail.com>
Tue, 4 Jun 2024 13:56:41 +0000
(15:56 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 4 Jun 2024 13:56:41 +0000
(15:56 +0200)
src/cm.c
patch
|
blob
|
history
diff --git
a/src/cm.c
b/src/cm.c
index 85fc3e776c8a617d69d6543a79e39ba0a38e600f..c6c64d95a2ac39d467dd3d95ac228b1b09297caf 100644
(file)
--- a/
src/cm.c
+++ b/
src/cm.c
@@
-111,8
+111,8
@@
addcol (tty, n) {
void
cmcheckmagic (struct tty_display_info *tty)
{
- /* If we have
unhandled SIGWINCH, we don't really know what are
our
- up-to-date frame di
umensions
. */
+ /* If we have
an unhandled SIGWINCH, we don't really know what
our
+ up-to-date frame di
mensions are
. */
if (frame_size_change_delayed ())
return;
if (curX (tty) == FrameCols (tty))